composetable: Parse hex escapes too
authorMatthias Clasen <mclasen@redhat.com>
Tue, 2 Feb 2021 17:00:51 +0000 (12:00 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 2 Feb 2021 17:05:19 +0000 (12:05 -0500)
commit949c7831871b396ef71db7b1360e3027ad79ccf7
tree4e290122e4d17644c08214cffbdde14abcbf2c35
parent814a4a781a62afbc90c31a122ca3795a1ac529bf
composetable: Parse hex escapes too

This was a small omission from the Compose file
syntax that doesn't cost us much to support.

Add a test for this syntax too.

Fixes: #1004
gtk/gtkcomposetable.c
testsuite/gtk/compose/hex [new file with mode: 0644]
testsuite/gtk/compose/hex.expected [new file with mode: 0644]
testsuite/gtk/composetable.c